crypto/tls.Conn.haveVers (field)
6 uses
crypto/tls (current package)
conn.go#L43: haveVers bool // version has been negotiated
conn.go#L661: if c.haveVers && vers != expectedVers {
conn.go#L666: if !c.haveVers {
conn.go#L1098: if c.haveVers && data[0] == typeCertificate {
handshake_client.go#L530: c.haveVers = true
handshake_server.go#L168: c.haveVers = true
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |